home *** CD-ROM | disk | FTP | other *** search
- shader()
- {
- cull("none")
- sortweight("sprite")
-
- pass()
- {
- pixelshader("B&WTV.psh")
-
- tmu()
- {
- texture()
- {
- mapchannel(0)
- usermap(0)
-
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
-
- tmu()
- {
- TexMod("scale", "const", 1, 0, 0, "const", 240, 0, 0)
- TexMod("translate", "none", 0, 0, 0, "lin", 0.5, 25, 0.5)
- texture()
- {
- mapchannel(0)
- image("Interlace.dds")
- filtering("linear_no_mip")
- }
- }
-
- tmu()
- {
- texture()
- {
- mapchannel(0)
- image("TVFrame.dds")
- filtering("linear_no_mip")
- }
- }
-
-
- tfactor(1,1,1,1)
- colorgen("tfactor", "none", 0, 0, 0, "sin", 0.9, 64, 0.1)
-
- depthfunc("always", 0)
- nofog()
- }
- }
-
-